body {
    background-color: #fff;
}
body.bg-col{
    background-color: #f7f7f7;
}
.fa {
    font-size: 15px;
    margin-right: 5px;
}
ul {
    padding: 0;
}
ul li {
	display: block;
}
.container {
/*    width: 1200px !important;*/
}
.side-col {
	width: 250px;
	float: left;
}

.main-col {
	margin-left: 280px;
	background-color: #fff;
	padding: 40px;
}
.page-header h4 strong a {
    font-weight: 700;
}
.side-title {
	height: 70px;
    font-size: 26px;
    color: #284364;
    font-weight: normal;
    padding: 25px 0 0 15px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 3px solid #284364;
	/* background: #284364; */
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.side-title:after {
	content: '';
	position: absolute;
	width: 55px;
	height: 1px;
	/* background-color: #fff; */
	top: 58px;
	left: 35px;
}
.side-title img {
    margin-right: 10px;
}

.menu-nav {
/* 	background-color: #fff; */
	padding: 0;
}

.menu-nav li.list-nav {
	padding-bottom: 1px;
	display: block;
    padding-left: 20px;
}

.menu-nav li.list-nav a {
	height: 45px;
	line-height: 45px;
	display: block;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
}
.menu-nav li.list-nav .fa {
    font-size: 15px;
    margin-right: 10px;
}
.menu-nav li.list-nav:hover a,
.menu-nav li.on a {
	/* color: #fff; */
	/* background: #284364; */
}
.menu-nav li.list-nav ul li {
/*     padding: 10px; */
    margin-left: 15px;
    background: url(../img/notice.png);
	background-position: left;
    background-repeat: no-repeat;
}
.menu-nav li.list-nav ul li a {
	height: 35px;
	line-height: 35px;
	display: block;
    padding-left: 5px;
    margin-left: 22px;
	font-size: 14px;
	color: #333;
    padding: 0 15px;
}
.menu-nav li.list-nav ul li a.active {
    background: #284364;
    border-radius: 20px;
    color: #fff;
    width: 120px;
}
.menu-nav li.list-nav ul li a.on {
	background: #485f7b !important;
    color: #fff;
    width: 120px;
}
.mtb-50 {
	margin:-50px 0 50px 0;
	z-index: 1;
    background: #fff;
    padding-bottom: 30px;
}
.mtb-30 .page-bar {
    margin-top: -30px;
}
.pb60 {
    margin-bottom: 60px;
}
/*********************** hot-head  right-new  ***************************/
.right_new {
    background: #f3f1ee;
}
.right_new .contents.common-box {
    padding: 15px;
    margin-bottom:30px;
    border: 1px solid #fff;
}
.right_new .contents.common-box .content {
    display: inline-block;
}
.right_new .common-box .common-head {
    border-bottom: 2px solid #eee;
    padding: 10px ;
    margin: 0;
}
.right_new .common-box .hot-recommend li {
    padding: 12px 5px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    position: relative;
    width: 100%;
}
.right_new .common-box .hot-recommend li .text {
    width: 100%;
    padding-right: 70px;
    min-height: 42px;
    float: left;
}
.right_new .common-box .hot-recommend li .img {
    right: 0;
    width: 70px;
    padding-left: 10px;
    position: absolute;
}
.right_new .common-box .hot-recommend li a {
    color: #666;
}
.right_new .common-box {
    margin-bottom: 0px;
}
.right_new .hot-head-box {
    padding: 15px 0;
    border: 1px solid #eee;
}

/*********************** list_content  ***************************/
.list-content {
    padding: 0;
}
.list-content .dashed-line {
    border-bottom:1px dashed #ddd;
    margin: 10px 20px;
}
.list-content>li {
    line-height: 1.5;
/*     border-bottom: 1px dashed #dadada; */
    padding: 5px 15px;
    width: 100%;
    display: block;
}
.list-content>li .create-time {
	float: left!important;
	font-size: 15px;
    color: #bcc7d2;
    font-family: 'Franklin Gothic','Microsoft Yahei';
	margin-right: 15px;

}
.list-content li a.texth {
    font-size: 15px;
    color: #434343;
}
.list-content li .xqzwlist a {
    color: #337ab7;
    font-size: 13px;
}
.list-content li .region {
    color: #999;
    font-size: 13px;
}
span.floatR {
    float: right;
    font-size: 15px;
    color: #bcc7d2;
    font-family: 'Franklin Gothic','Microsoft Yahei';
}
span.create-time {
    color: #bcc7d3;
}

.qrcode {
    position: relative;
}
.qrcode span {
    display:inline-block;
}
.qrcode #qrCode {
    display: none;
    position: absolute;
    right: 0px;
    border: 1px solid rgb(221, 221, 221);
    background: #fff;
    z-index: 1;
    padding: 5px;
}
/*********************** page-bar  ***************************/
#page-bar {
    text-align: center;
}
#page-bar .pagination {
    margin: 10px 0;
}
#page-bar .pagination>li>a, .pagination>li>span {
    border: none !important;
    font-family: 'Franklin Gothic','Microsoft Yahei';
    padding: 0px 9px !important;
    border-radius: 4px !important;
    font-size: 18px;
    margin: 0 3px;
}
#page-bar .pagination>li>a {
    color: #bec7d2;
}
#page-bar .pagination>li>span {
    color: #515e6e;
}
#page-bar .pagination>li>span:hover {
    color: #23527c;
    background: none !important;
    border-color: #ddd;
}

#page-bar .pagination>li>a .fa {
    font-size: 23px;
    margin-right: 0px;
}
#page-bar .pagination>li>a.page-top, #page-bar .pagination>li>a.page-bottom {
    background: #515e6e !important;
    color: #fff !important;
}

#page-bar .pagination a i {
    font-size: 23px !important;
    margin-right: 0px !important;
}
#page-bar .pagination a {
    border: none !important;
    font-family: 'Franklin Gothic','Microsoft Yahei';
    padding: 0px 9px !important;
    border-radius: 4px !important;
    font-size: 18px;
    margin: 0 3px;
    color: #bec7d2;
}
#page-bar .pagination a.on {
    color: #515e6e;
}
#page-bar .pagination a.page-top, #page-bar .pagination a.page-bottom {
    background: #515e6e !important;
    color: #fff !important;
}
.pagination>li>a:focus, .pagination>a:hover, .pagination>span:focus, .pagination>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


.page-bar {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px dashed #bcc7d2;
}

.page-bar .pull-left .pl30 {
	color: #666;
}
.page-bar .pull-left .pl30 a.title {
    color: #bcc7d2;
}
.page-bar .page-detail {
    color: #999;
    font-size: 14px;
}
.channel-box {
	border-bottom: 3px solid #ddd;
    padding: 15px;
    margin-bottom:30px;
    border: 1px solid #eee;
}
.channel-name {
    padding: 15px 0;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 2px solid #ddd;
    font-size: 26px;
    height: 60px;
}
.channel-name span {
    border-bottom: 2px solid #284364;
    padding-bottom: 12px;
}

/***********************content ***************************/
.content_title.common-head {
    padding: 0 15px;
}
.content-page .common-box .list-content>li {
    line-height: 1.5;
    /* border-bottom: 1px dashed #dadada; */
    padding: 5px 15px;
}
.common-box {
    clear: both;
}
.common-box .list-1 {
    height: 260px;
}
.common-box .list-1 h4 {
    margin-bottom: 5px;
}
.common-box .list-1 a {
    font-size: 16px;
    color: #434343;
    line-height: 1.5;
}
.common-box .list-1 .pic-thumb {
	height: 160px;
    width: 260px;
}
.content {
    padding: 15px;
    padding-bottom: 60px;
}
.content p {
    /* text-indent: 30px; */
}
.content * {
	line-height: 1.8;
/*    text-indent: 2em;*/
    font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif" !important;
}
.content i.fa {
    font-family: FontAwesome !important;
}
.content table td {
    border-style: solid;
    border-width: 1px;
}
.content_title_box .content_title, .content_title_box .detail {
    padding: 15px;
    text-align: left;
        margin-top: 0;
            font-weight: 600;
    line-height: 1.2;
}
.content_title_box .content_title {
    text-align: center;
}
.content .content * {
    font-size: 15px !important;
    font-family: 'Microsoft YaHei',Arial, Tahoma !important;

    margin-left: 0 !important;
    line-height: 1.8;
}
.content .content img {
    margin: 10px 0;
}
.content .content table tr * {
    text-indent: 0px !important;
}
.content_time {
    text-align: left;
    margin:5px 15px 0;
    color: #bcc7d2;
    padding-bottom: 17px;
    border-bottom: 1px dashed #bcc7d2;
    text-align: center;
}
.content_time span {
    margin-right: 20px;
}
.content-page .corp-detail-info span {
    color: #bcc7d2;
}
.content-page .corp-detail-info {
    border-left: 1px dashed #bccbdf;
    margin-bottom: 30px;
}
.content_title_box .content_time a#apply-job {
    border: 1px solid #337ab7;
    border-radius: 12px;
    padding: 0px 10px;
    margin-left: 15px;
}
.content_title_box .content_time a#apply-job:hover {
    border: 1px solid #999;
}
ul.suggest-plus-list li {
    padding: 5px;
}
.content .employ-nav-tabs {
    display: table;
    position: absolute;
    margin-top: -48px;
    margin-left: 140px;
}
.Recruitment ul li {
    float: initial;
    line-height: 1.8;
    margin-bottom: 25px;
    clear: both;
}

.basic-info {
    border: 2px dashed #ddd;
    margin-bottom: 25px;
    color: #888;
    display: inline-block;
    width: 80%;
    margin: auto;
}

.basic-info td {
    padding: 14px 20px;
}
.basic-info th,.basic-info td {
	text-align: center;
}
.content a {
    /*color: #434343;*/
    font-size: 16px;
}
.content a:hover {
	color:#337ab7;
    text-decoration: underline;
}

ul.employ-nav-tabs li {
    float: left;
    margin-right: 10px;
}
ul.employ-nav-tabs li.actives {
    border-bottom: 2px solid #1296db;
}
ul.employ-nav-tabs li a {
    color: #666;
    font-size: 18px;
}
ul.employ-nav-tabs li.actives a {
    color: #1296db;
}

a.more {
    right: 40px;
    position: absolute;
    margin-top: -38px;
    color: #4587d9 !important;
}


.Recruitment ul li span {
    width: 200px;
    display: block;
    float: left;
}

.resultBox {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}
.search-result h4.title {
    color: #aaa;
}
.resultBox h4 a {
    font-weight: bold;
    color: #485f7b;
}
.resultBox p.search-text a {
    color: #999;
    line-height: 1.5;
}
.resultBox h4 a font, .resultBox p.search-text a font {
    font-weight: 600;
    color: #ffa300;
}

.jqthumb {
    opacity: 1;
}
.jqthumb .jqthumb-bg {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: 0px auto;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}
.jqthumb .jqthumb-bg:hover {
    transform: scale(1.2);
}

/*********************** Bye,Alma Mater! start  ***************************/
.banner-leaseschool {
    background: url(../img/banner/banner-bye-leaveschool.jpg);
    height: 364px;
    background-repeat: no-repeat;
    background-position: center;
}
.bye-bg {
	background: url(../img/bye-bg.jpg);
	background-repeat: no-repeat;
    background-position: center top;
}
.leaveschool-zhenyan {
    padding: 35px 20px;
}
.leaveschool-zhenyan .zhenyan {
    width: 100%;
    height: 160px;
}
.leaveschool-zhenyan-label-1 {
    background: #3da0d7;
    background: url(../img/bye-zhenyan/bye-zhenyan-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.leaveschool-zhenyan-label-2 {
    background: #a582b7;
    background: url(../img/bye-zhenyan/bye-zhenyan-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.leaveschool-zhenyan-label-3 {
    background: #ef8a38;
    background: url(../img/bye-zhenyan/bye-zhenyan-3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.leaveschool-zhenyan-label-4 {
    background: #e75261;
    background: url(../img/bye-zhenyan/bye-zhenyan-4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.zhenyan-pic-box {
    width: 180px;
    height: 200px;
    transform: rotate(3deg);
    margin-top: -20px;
    margin-left: 35px;
    position: absolute;
    background: #fff;
    padding: 12px;
    box-shadow: 5px 0px 10px rgba(53, 53, 53, 0.34);
}
.zhenyan-pic-box img {
    position: absolute;
    top: -20px;
    left: 5px;
}
.zhenyan-pic-box .pic {
    width: 156px;
    height: 176px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.zhenyan-pic-text .name {
    border-left: 8px solid #fff;
    padding-left: 8px;
}
.zhenyan-pic-text {
    margin-left: 250px;
    position: absolute;
    color: #fff;
}
.zhenyan-pic-text .pic-text {
    width: 266px;
}
.zhenyan-pic-text .pic-text p {
    color: #fff;
	line-height: 2.1;
    font-size: 14px;
}
.bye-line {
	background: url(../img/bye-zhenyan/bye-zhenyan-line.png);
    background-repeat: no-repeat;
    background-position: center 50px;
    height: 700px;
    padding: 70px 0;
}
.bye-line .zhenyan {
	background-repeat: no-repeat;
    background-position: center center;
    height: 425px;
    padding-left: 17px;
    padding-right: 13px;
    background-size: contain !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 20%;
}
.bye-line .zhenyan:hover {
    transform: rotate(0deg);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.bye-line .zhenyan-1 {
	background: url(../img/bye-zhenyan/bye-zhenyan2-1.png);
	background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(5deg);
}
.bye-line .zhenyan-2 {
	background: url(../img/bye-zhenyan/bye-zhenyan2-2.png);
	background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(-5deg);
	margin-top: 20px;
}

.bye-line .zhenyan-3 {
	background: url(../img/bye-zhenyan/bye-zhenyan2-3.png);
	background-repeat: no-repeat;
    background-position: center center;
	transform: rotate(2deg);
	margin-top: 35px;
}
.bye-line .zhenyan-4 {
	background: url(../img/bye-zhenyan/bye-zhenyan2-4.png);
	background-repeat: no-repeat;
    background-position: center center;
        transform: rotate(-5deg);
}
.bye-line .zhenyan .pic {
    width: 85px;
    height: 98px;
    margin: auto;
    margin-top: 130px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.bye-line .zhenyan-2 .pic {
    margin-top: 125px;
}
.bye-line .zhenyan .pic-text {
    width: 180px;
    margin: auto;
    margin-top: 23px;
}
.bye-line .zhenyan .pic-text .name {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.bye-line .zhenyan .pic-text p {
    color: #fff;
    font-size: 13px;
    line-height: 2.3;
}

.bye-zhenyan-thumbtack-1 {
	background: url(../img/bye-zhenyan/bye-zhenyan-thumbtack-1.png);
}


/*********************** Bye,Alma Mater! end  ***************************/




@media (max-width: 768px) {
    .side-col {
        width: 100% !important;
    }
    .side-title {
        height: 40px;
        padding: 0px 0 0 0;
    }
    .banner-notice {
        height: 150px;
        background-size: cover;
    }
    table[width] {
        width:100% !important;
    }

    .mtb-50 {
        display: inline-block;
        margin:0;
    }

    .maintext.newlist .row .col-sm-6 {
        border: none !important;
    }
    .maintext .content {
        padding: 0;
    }
    .common-box .content_title_box .content_title {
        padding: 15px 0;
        margin: 0;
    }
    .common-box .content_time {
        margin: 0;
        font-size: 13px;
    }
    .common-box .content {
        padding: 0;
        padding-bottom: 30px;
        overflow: auto;
    }
    .common-box .content img {
        width: 100% !important;
        height: auto !important;
    }
    .common-box .relatedNews {
        margin-left: 0 !important;
    }
    .content-page .common-box .list-content>li {
        padding: 5px 0px;
    }
    .content-page .page-bar-div {
        padding: 0;
    }
    .channel-name {
        margin: 0;
    }
    .list-content>li {
        padding: 8px 0;
    }
    .list-content .dashed-line {
        margin: 10px 0;
    }
    .corp-detail-text * {
        text-indent:0;
    }

    .content_title_box .content_title {
        /*padding:0;*/
        font-size: 22px;
    }
    .content_title.common-head {
        font-size: 22px;
        padding :0;
        margin-top: 20px;
    }
    .content_time,.content_time span {
        margin-right:10px;
    }
    .content-page .corp-detail-info {
        border-left: none;
    }

    .banner-innovation-1 {
        background-size: cover !important;
    }
    .feature-activity ul li {
        width: 33.3333% !important;
    }

    .card-pic li {
        width: 50%;
    }
    .card-pic li .card p {
        margin-left: 0;
    }
    .card-pic li .card p span {
        width: 50%;
    }


    .side-col .menu-nav {
        display: none;
    }
    .search-mobi .fa-bars {
        font-size: 18px;
        margin-left: 5px;
    }
    .nav-box .nav-line {
        margin-top: -17px;
    }
    ul.nav.navbar-nav li {
        width: 50px;
        font-size: 16px !important;
    }
    .nav-box .navbar-nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        background-position: center center !important;
    }
    .resultBox p.search-text a {
        color: #999;
        line-height: 1.5;
        font-size: 13px;
    }
    .resultBox h4 a {
        font-size: 16px;
    }


    .bye-line {
        height: auto !important;
    }
    .bye-line .zhenyan {
        width: 100% !important;
    }
    .leaveschool-zhenyan {
        padding: 35px 0px !important;
    }
    .bye-line .zhenyan {
        padding-top: 128px !important;
    }
    .bye-line .zhenyan .pic {
        margin-top: 0 !important;
    }
    .leaveschool-zhenyan .zhenyan {
        background-size: cover;
    }
    .zhenyan-pic-box {
        width: 33.3333%;
        box-shadow: none;
        transform: none;
        margin: 0;
        padding: 8px;
    }
    .zhenyan-pic-box {
        width: 33.3333%;
        box-shadow: none;
        transform: none;
        margin: 0;
        margin-top: -18px;
        padding: 8px;
    }
    .zhenyan-pic-box .pic {
        width: 100%;
        height: 100%;
    }
    .zhenyan-pic-text {
        margin-left: 37.333%;
    }
    .zhenyan-pic-text .pic-text {
        width: 90%;
    }
    .zhenyan-pic-text .name {
        font-size: 18px;
    }
    .zhenyan-pic-text .pic-text p {
        font-size: 12px;
    }
}